ioemu: Fix rtl8139 emulation so that reboot works correctly in 64-bit
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 9 Apr 2008 15:03:40 +0000 (16:03 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 9 Apr 2008 15:03:40 +0000 (16:03 +0100)
commitb26eb8f8489005a2cfb18e7a836c62421655678d
tree96a295a5c28ac83b688ebb4261d5382a115b4ada
parent02cb043f479610c7045e19cda1b63f0a28959584
ioemu: Fix rtl8139 emulation so that reboot works correctly in 64-bit
Windows VMs. Return an error if the guest OS tries to transmit a
packet with the transmitter disabled, so that it doesn't spin forever
waiting for it to complete.

Signed-off-by: Steven Smith <Steven.Smith@eu.citrix.com>
tools/ioemu/hw/rtl8139.c